home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / MScript.nib / data.classes next >
Text File  |  1994-03-01  |  524b  |  42 lines

  1. MScript = {
  2.     ACTIONS = {
  3.     textDidEnd:;
  4.     windowWillClose:;
  5.     add:;
  6.     select:;
  7.     textWillConvert:;
  8.     textDidChange:;
  9.     remove:;
  10.     textWillSetSel:;
  11.     browser:;
  12.     textDidGetKeys:;
  13.     runMScript:;
  14.     change:;
  15.     revert:;
  16.     };
  17.     OUTLETS = {
  18.     scriptButton;
  19.     editor;
  20.     beforeClose;
  21.     sheetMgr;
  22.     addButton;
  23.     name;
  24.     scroller;
  25.     revertButton;
  26.     removeButton;
  27.     errorString;
  28.     window;
  29.     changeButton;
  30.     theSheet;
  31.     autoExecute;
  32.     text;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     doScript:;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.